Resource StructureDefinition/FHIR Server from package hl7.fhir.vn.core#1.0.0-beta (78 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "vn-core-observation-pathology-code",
"url" : "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-observation-pathology-code",
"version" : "1.0.0",
"name" : "VNCoreObservationPathologyCode",
"title" : "Observation - Pathology Result Code Profile - VN Core R4",
"status" : "draft",
"description" : "Thông tin về kết quả thực hiện dịch vụ kỹ thuật - Giải phẫu bệnh",
"copyright" : "Bộ Y tế - Việt Nam",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-obervation-result-base",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.identifier",
"path" : "Observation.identifier",
"mustSupport" : true
},
{
"id" : "Observation.basedOn",
"path" : "Observation.basedOn",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/CarePlan",
"http://hl7.org/fhir/StructureDefinition/DeviceRequest",
"http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation",
"http://hl7.org/fhir/StructureDefinition/MedicationRequest",
"http://hl7.org/fhir/StructureDefinition/NutritionOrder",
"http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-service-request"
]
}
]
},
{
"id" : "Observation.partOf",
"path" : "Observation.partOf",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/MedicationAdministration",
"http://hl7.org/fhir/StructureDefinition/MedicationDispense",
"http://hl7.org/fhir/StructureDefinition/MedicationStatement",
"http://hl7.org/fhir/StructureDefinition/Procedure",
"http://hl7.org/fhir/StructureDefinition/Immunization",
"http://hl7.org/fhir/StructureDefinition/ImagingStudy",
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-procedure"
]
}
]
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "coding.system"
},
{
"type" : "value",
"path" : "coding.code"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.category:laboratory",
"path" : "Observation.category",
"sliceName" : "laboratory",
"min" : 1,
"max" : "1",
"fixedCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
],
"text" : "laboratory"
}
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"short" : "Pathology Result Code",
"definition" : "The test that was performed. A LOINC **SHALL** be used if the concept is present in LOINC.",
"comment" : "The typical patterns for codes are: 1) a LOINC code either as a translation from a \"local\" code or as a primary code, or 2) a local code only if no suitable LOINC exists, or 3) both the local and the LOINC translation. Systems SHALL be capable of sending the local code if one exists. When using LOINC , Use either the SHORTNAME or LONG_COMMON_NAME field for the display.",
"alias" : [
"Test Name",
"Observation Identifer"
],
"binding" : {
"strength" : "extensible",
"description" : "LOINC codes",
"valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/results-pathology-observations-uv-ips"
}
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-patient"
]
}
]
},
{
"id" : "Observation.encounter",
"path" : "Observation.encounter",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-encounter"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-practitioner"
]
}
]
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.value[x]:valueQuantity",
"path" : "Observation.valueQuantity",
"sliceName" : "valueQuantity",
"type" : [
{
"code" : "Quantity",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Quantity-uv-ips"
]
}
]
},
{
"id" : "Observation.value[x]:valueCodeableConcept",
"path" : "Observation.value[x]",
"sliceName" : "valueCodeableConcept",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
]
}
],
"binding" : {
"strength" : "preferred",
"valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/result-coded-value-laboratory-gps-uv-ips"
}
},
{
"id" : "Observation.value[x]:valueString",
"path" : "Observation.value[x]",
"sliceName" : "valueString",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "Observation.value[x]:valueBoolean",
"path" : "Observation.value[x]",
"sliceName" : "valueBoolean",
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.value[x]:valueInteger",
"path" : "Observation.value[x]",
"sliceName" : "valueInteger",
"type" : [
{
"code" : "integer"
}
]
},
{
"id" : "Observation.value[x]:valueRange",
"path" : "Observation.valueRange",
"sliceName" : "valueRange",
"type" : [
{
"code" : "Range",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Range-uv-ips"
]
}
]
},
{
"id" : "Observation.value[x]:valueRatio",
"path" : "Observation.valueRatio",
"sliceName" : "valueRatio",
"type" : [
{
"code" : "Ratio",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Ratio-uv-ips"
]
}
]
},
{
"id" : "Observation.value[x]:valueSampledData",
"path" : "Observation.value[x]",
"sliceName" : "valueSampledData",
"type" : [
{
"code" : "SampledData"
}
]
},
{
"id" : "Observation.value[x]:valueTime",
"path" : "Observation.value[x]",
"sliceName" : "valueTime",
"type" : [
{
"code" : "time"
}
]
},
{
"id" : "Observation.value[x]:valueDateTime",
"path" : "Observation.value[x]",
"sliceName" : "valueDateTime",
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Observation.value[x]:valuePeriod",
"path" : "Observation.value[x]",
"sliceName" : "valuePeriod",
"type" : [
{
"code" : "Period"
}
]
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Specimen",
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-specimen"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/DeviceMetric",
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-device"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"mustSupport" : true
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
"http://hl7.org/fhir/StructureDefinition/MolecularSequence",
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-obervation-result-base",
"http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-observation-pathology-code"
]
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.